Fix regex searches for beginning of category.
authorStephen Berman <stephen.berman@gmx.net>
Mon, 26 Nov 2012 16:34:52 +0000 (17:34 +0100)
committerStephen Berman <stephen.berman@gmx.net>
Mon, 26 Nov 2012 16:34:52 +0000 (17:34 +0100)
commit5508bc796676d4c421bf72e6718c6e1cce050371
treecf968446f1b60f415d747f189236aef92f456cf5
parentab598f8581f242f3a6e001bb5efa67ece1554643
Fix regex searches for beginning of category.

* calendar/todos.el (todos-make-categories-list)
(todos-convert-legacy-files, todos-jump-to-item)
(todos-move-category, todos-merge-category)
(todos-archive-done-item, todos-unarchive-items): Include end of
line in regex searches for beginning of category, in order not to
get a category whose name contains the searched for category name.
lisp/ChangeLog
lisp/calendar/todos.el